home *** CD-ROM | disk | FTP | other *** search
- object fImportNG: TfImportNG
- Left = 354
- Top = 173
- AutoScroll = False
- BorderIcons = []
- Caption = 'Import newsserver'
- ClientHeight = 378
- ClientWidth = 610
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 309
- Width = 610
- Height = 69
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- DesignSize = (
- 610
- 69)
- object Label1: TTntLabel
- Left = 0
- Top = 43
- Width = 610
- Height = 26
- Align = alBottom
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Only servers not already available in Dialog are listed here. Pa' +
- 'sswords are not imported.'#13#10'For XNews or secondary Agent installa' +
- 'tions, please use the "Import more" button.'
- end
- object BtnCheckAll: TMMTNTBItBtn
- Tag = 1
- Left = 144
- Top = 6
- Width = 121
- Height = 25
- Caption = 'Check all'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = BtnCheckAllClick
- end
- object BtnUnCheckAll: TMMTNTBItBtn
- Left = 276
- Top = 6
- Width = 121
- Height = 25
- Caption = 'Uncheck all'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = BtnCheckAllClick
- end
- object BtnOk: TMMTNTBItBtn
- Left = 447
- Top = 6
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = BtnOkClick
- end
- object BtnCancel: TMMTNTBItBtn
- Left = 531
- Top = 6
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 4
- end
- object BtnImport: TMMTNTBItBtn
- Tag = 1
- Left = 6
- Top = 6
- Width = 125
- Height = 25
- Caption = 'Import more'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = BtnImportClick
- end
- end
- object ServerLV: TTntListView
- Left = 0
- Top = 0
- Width = 610
- Height = 309
- Align = alClient
- Checkboxes = True
- Columns = <
- item
- AutoSize = True
- Caption = 'Name'
- end
- item
- AutoSize = True
- Caption = 'Host'
- end
- item
- Caption = 'Port'
- end
- item
- AutoSize = True
- Caption = 'Username'
- end
- item
- AutoSize = True
- Caption = 'Source'
- end>
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- TabOrder = 1
- ViewStyle = vsReport
- end
- object PopupMenu1: TTBXPopupMenu
- Left = 296
- Top = 188
- object Scanagain1: TTBXItem
- Caption = 'Scan again'
- OnClick = Scanagain1Click
- end
- object N2: TTBXSeparatorItem
- end
- object ImportfromXAgent: TTBXItem
- Caption = 'Import from Agent...'
- OnClick = ImportfromXAgentClick
- end
- object ImportfromXNews1: TTBXItem
- Caption = 'Import from XNews...'
- OnClick = ImportfromXNews1Click
- end
- end
- end
-